AttachToBrowserTargetResponse

data class AttachToBrowserTargetResponse(sessionId: SessionID)

Represents response frame that is returned from Target#attachToBrowserTarget operation call. Attaches to the browser target, only uses flat sessionId mode.

See also

Constructors

AttachToBrowserTargetResponse
Link copied to clipboard
fun AttachToBrowserTargetResponse(sessionId: SessionID)

Properties

sessionId
Link copied to clipboard
val sessionId: SessionID
Id assigned to the session.

Sources

jvm source
Link copied to clipboard